Ooopsy. Errors in testo really _should_ be fatal.
authorrobertl <robertl>
Mon, 17 Apr 2006 19:46:16 +0000 (19:46 +0000)
committerrobertl <robertl>
Mon, 17 Apr 2006 19:46:16 +0000 (19:46 +0000)
testo

diff --git a/testo b/testo
index bd7729a70f0024bd414c33ffa228924d4bb344ec..9dc778743bbe89a00d357251991b13bde892b2d6 100755 (executable)
--- a/testo
+++ b/testo
@@ -30,7 +30,7 @@ compare()
 {
        ${DIFF} $* ||  {
                echo ERROR comparing $*
-#              exit 1
+               exit 1
        } 
 }